object frmSimpleQuestion: TfrmSimpleQuestion Left = 297 Top = 260 ActiveControl = seAnswer BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog ClientHeight = 118 ClientWidth = 334 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = False Position = poOwnerFormCenter DesignSize = ( 334 118) PixelsPerInch = 96 TextHeight = 13 object lblSimpleQuestion: TLabel Left = 24 Top = 16 Width = 5 Height = 13 Caption = '?' FocusControl = seAnswer end object seAnswer: TSpinEdit Left = 24 Top = 32 Width = 121 Height = 22 MaxValue = 100 MinValue = 0 TabOrder = 0 Value = 0 end object btnCancel: TButton Left = 240 Top = 83 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True ModalResult = 2 TabOrder = 1 end object btnOK: TButton Left = 160 Top = 83 Width = 75 Height = 25 Anchors = [akRight, akBottom] Default = True ModalResult = 1 TabOrder = 2 end end